From ca794f909aa5c67822ae6575c5cfab55f3763bd1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 24 Feb 2018 00:51:00 -0500 Subject: [PATCH] Update docs for immodules --- docs/reference/gtk/building.sgml | 37 -------- docs/reference/gtk/gtk4-docs.xml | 1 - docs/reference/gtk/gtk4-query-immodules.xml | 96 --------------------- docs/reference/gtk/gtk4-sections.txt | 1 - docs/reference/gtk/meson.build | 2 - docs/reference/gtk/running.sgml | 21 ----- 6 files changed, 158 deletions(-) delete mode 100644 docs/reference/gtk/gtk4-query-immodules.xml diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index f5a65fe12d..04f0d20cef 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -293,17 +293,6 @@ How to compile GTK+ itself meson - - -Ddisable-modules=true - -Ddisable-modules=false - - - - -Dwith-included-immodules=MODULE1,MODULE2,... - -Dwith-included-immodules=all - -Dwith-included-immodules=none - - -Ddocumentation=true -Ddocumentation=false @@ -391,32 +380,6 @@ How to compile GTK+ itself - - <systemitem>disable-modules</systemitem> - - - Normally GTK+ will try to build the input method modules - as little shared libraries that are loaded on demand. - The disable-modules option - indicates that they should all be built statically - into the GTK+ library instead. This is useful for - people who need to produce statically-linked binaries. - If disable-modules is not specified, - then the configure script will try to - auto-detect whether shared modules work on your system. - - - - - <systemitem>with-included-immodules</systemitem> - - - This option allows you to specify which input method modules you - want to include directly into the GTK+ shared library, as opposed - to building them as loadable modules. - - - <systemitem>enable-xinerama</systemitem> diff --git a/docs/reference/gtk/gtk4-docs.xml b/docs/reference/gtk/gtk4-docs.xml index 77056be063..a6d89f12b0 100644 --- a/docs/reference/gtk/gtk4-docs.xml +++ b/docs/reference/gtk/gtk4-docs.xml @@ -351,7 +351,6 @@ - diff --git a/docs/reference/gtk/gtk4-query-immodules.xml b/docs/reference/gtk/gtk4-query-immodules.xml deleted file mode 100644 index 59512f1c00..0000000000 --- a/docs/reference/gtk/gtk4-query-immodules.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - gtk4-query-immodules - GTK+ - - - Developer - Matthias - Clasen - - - - - - gtk4-query-immodules - 1 - User Commands - - - - gtk4-query-immodules - Input method module registration utility - - - - -gtk4-query-immodules ---update-cache -MODULE - - - -Description - -gtk4-query-immodules collects information about loadable -input method modules for GTK+ and writes it to the default cache file -location, or to stdout. - - -If called without arguments, it looks for modules in the GTK+ input method -module path. - - -If called with arguments, it looks for the specified modules. The arguments -may be absolute or relative paths. - - - -Normally, the output of gtk4-query-immodules is written -to libdir/gtk-4.0/4.0.0/immodules.cache, -where GTK+ looks for it by default. If it is written to some other location, -the GTK_IM_MODULE_FILE environment variable can be set to point -GTK+ at the file. - - - -Options - - - --update-cache - Write the output to the default cache location instead of - stdout - - - - -Files - - - libdir/gtk-4.0/4.0.0/immodules.cache - The default im cache file used by GTK+ applications - - - - - -Environment - - - GTK_PATH - Prepends directories to the input method module path - - - GTK_IM_MODULE_FILE - Specifies an alternative im module cache for GTK+ - applications - - - - - diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 45ee4de405..e5d867e536 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -1533,7 +1533,6 @@ GtkImageGIconData GtkIMContext GtkIMContext GtkIMContextClass -GtkIMContextInfo gtk_im_context_get_preedit_string gtk_im_context_filter_keypress gtk_im_context_focus_in diff --git a/docs/reference/gtk/meson.build b/docs/reference/gtk/meson.build index dbcd77ea3e..0687fda61f 100644 --- a/docs/reference/gtk/meson.build +++ b/docs/reference/gtk/meson.build @@ -158,7 +158,6 @@ content_files = [ 'gtk4-encode-symbolic-svg.xml', 'gtk4-icon-browser.xml', 'gtk4-launch.xml', - 'gtk4-query-immodules.xml', 'gtk4-query-settings.xml', 'gtk4-update-icon-cache.xml', 'gtk4-widget-factory.xml', @@ -261,7 +260,6 @@ if get_option('man-pages') and xsltproc.found() [ 'gtk4-encode-symbolic-svg', '1', ], [ 'gtk4-icon-browser', '1', ], [ 'gtk4-launch', '1', ], - [ 'gtk4-query-immodules', '1', ], [ 'gtk4-query-settings', '1', ], [ 'gtk4-update-icon-cache', '1', ], [ 'gtk4-widget-factory', '1', ], diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index e26370f12d..e10028226f 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -183,27 +183,6 @@ additional environment variables. - - <envar>GTK_IM_MODULE_FILE</envar> - - - Specifies the file listing the IM modules to load. This environment - variable the default value - libdir/gtk-4.0/4.0.0/immodules.cache - (libdir has the same meaning here as explained for GTK_PATH). - - - The immodules.cache file is generated by the - gtk-query-immodules-3.0 utility. - - - Note that this environment variable is read by GTK+ 2.x too, which - makes it unsuitable for setting it system-wide (or session-wide), - since doing so will cause either GTK+ 2.x applications or GTK+ 3 - applications to see the wrong list of IM modules. - - - <envar>GTK_EXE_PREFIX</envar> -- 2.30.2